home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / set3d < prev    next >
Text File  |  1995-01-08  |  440b  |  21 lines

  1. set3d:
  2.  
  3. Synopsis: Set the 3-D plot window parameters.
  4.  
  5. Syntax: set3d ( BASE_X, BASE_Y, HEIGHT )
  6.  
  7. Description:
  8.  
  9.     Set3d allows the user to change the default 3-D plot mapping
  10.     parameters. If any of the arguments are not supplied by the
  11.     user, that parameter is reset to the default value:
  12.  
  13.         Defaults:    BASE_X    2
  14.                 BASE_Y    2
  15.                 HEIGHT    4
  16.  
  17.     See the Plplot documentation for a thorough explanation of the
  18.     3-D plot parameters.
  19.  
  20. See Also: plot3d
  21.